home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.19980901-19981211
/
000320_news@newsmaster….columbia.edu _Tue Nov 17 14:00:35 1998.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
3KB
Return-Path: <news@newsmaster.cc.columbia.edu>
Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA27234
for <kermit.misc@watsun.cc.columbia.edu>; Tue, 17 Nov 1998 14:00:34 -0500 (EST)
Received: (from news@localhost)
by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA18197
for kermit.misc@watsun; Tue, 17 Nov 1998 14:00:33 -0500 (EST)
Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Will K95 do this?
Date: 17 Nov 1998 19:00:32 GMT
Organization: Columbia University
Lines: 47
Message-ID: <72sh4g$blv$1@apakabar.cc.columbia.edu>
References: <3651b7cb$0$12764@nntp1.ba.best.com> <72sdu1$9o9$1@apakabar.cc.columbia.edu> <3651c628$0$12768@nntp1.ba.best.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
Xref: news.columbia.edu comp.protocols.kermit.misc:9527
In article <3651c628$0$12768@nntp1.ba.best.com>,
Tim Holmes <holmes@shell10.ba.best.com> wrote:
: Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
: ...
: : : edit the Kermit-95 dialer entries, maybe remove some of the
: : : ones already entered...
:
: When I select "REMOVE", it tells me "Unable to remove Predefined Entry".
:
>From the FAQ.TXT file in the K95 directory:
Q: How do I remove unwanted preloaded entries from the Dialer?
A: You can not remove an individual predefined entry with the Remove button.
The following methods are currently available (this description applies
to Windows 95 and NT; for OS/2, replace "K95" with "K2"):
. You can hide all the predefined entries by going into the Dialer's
Options menu, selecting View, and then unchecking "Pre-defined".
. If you don't want any of the preloaded entries, you can simply rename
your DIALINF.DAT file to something else, like XXXDIALINF.DAT, or delete
it altogether (you can always get it back from the distribution
diskette). This will leave you with a small readable and writable Dialer
database, DIALUSR.DAT. In case your DIALUSR.DAT file contains no DEFAULT
template, K95DIAL creates a DEFAULT entry for you automatically. Use the
Edit button to go through its pages and make sure the settings are what
you need so the Add and Quick buttons will work as you desire.
. To make changes in DIALINF.DAT:
- Make a backup copy of your DIALINF.DAT file.
- Make a new temporary directory.
- Copy K95DIAL.EXE, DIALER.DAT, and DIALINF.DAT into it.
- CD to the new directory.
- Copy DIALINF.DAT to DIALUSR.DAT
- Start K95DIAL.
- Edit the entries as desired.
- Exit from K95DIAL.
- Still in the new directory, rename DIALUSR.DAT to DIALINF.DAT.
- Copy the new DIALINF.DAT file to your Kermit 95 directory.
To make changes in DIALORG.DAT, follow the same procedure, except
substitute "DIALORG" for "DIALINF". We recommend that no changes be
made to DIALINF.DAT.
- Frank